Conversation
jlapenna
commented
Apr 8, 2026
- feat: allow aliasing container instances via --name flag
- test: add test suite for cluster_id name alias and executor argument extraction
46fdb58 to
f98a98b
Compare
|
Is this a feature you use/need? I guess it could be convenient in some circumstances, but it could break some other things rather easily if used inconsistently and/or without care by the user. (e.g. creating conflicting IDs). That was why I noted it in other PR. Do you use this or want to use this for convenience? |
|
For context on why this We cannot rely solely on Docker labels for service discovery. Docker's internal/embedded DNS server ( If
While we do use |
|
convinced. I'm also curious to know more specifically about how you're using it! then let's do |
5697d13 to
f98a98b
Compare
f98a98b to
de64932
Compare
Per maintainer feedback on PR spark-arena#122: rename the flag to --container-name and hide it from --help to keep it as an advanced automation feature without exposing it to the general userbase.
|
Pushed this into v0.2.24 and it's live. FYI. |